home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0085 / 322.txt < prev    next >
Text File  |  1997-04-16  |  9KB  |  248 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Tue, 13 Mar 90       Volume 90 : Issue  322
  4.  
  5. Today's Topics:
  6.                               ARC & UNix
  7.                              GCC Problem
  8.                                 PD RCP
  9.                              Redirection
  10.                            Rwabs/Hard Disks
  11.        The 1990 Canadian Atari Users Convention - Sun Apr 1/90
  12. ----------------------------------------------------------------------
  13.  
  14. Date: 13 Mar 90 19:04:45 GMT
  15. From: netnews.upenn.edu!cps3xx!schultzd@rutgers.edu
  16. Subject: ARC & UNix
  17. Message-ID: <6904@cps3xx.UUCP>
  18.  
  19. Just trying to correct a mistake about my last posting.  I (incorrectly)
  20. stated that executable for arc was in terminator.  That was WRONG!
  21. Only the source is on terminator (arcsrc.tar.Z).  It is tarred and
  22. compressed by unix in the unix directory...
  23.  
  24. I don't have time to get it out and see how it works off terminator.
  25. (After finals definitely!)  Thanks again to all the people out there
  26. who helped me out on this one...
  27.  
  28. Later...
  29.  
  30. schultzd@frith.egr.msu.edu
  31.  
  32. ------------------------------
  33.  
  34. Date: 13 Mar 90 17:57:37 GMT
  35. From: naucse!tar@arizona.edu  (Tim Roeder)
  36. Subject: GCC Problem
  37. Message-ID: <1945@naucse.UUCP>
  38.  
  39. I am currently attempting to build the GEM programming envelope library
  40. from Compute!'s ST Applications Guide (Programming in C).  Since I am
  41. using GNU C v. 1.37 instead of the Alcyon C as in the book, I have run
  42. into a small problem.
  43.  
  44. In one of the functions named 'doarrows.c', there is the line:
  45. #include <document.h>
  46.  
  47. My distribution of GNU C does not have the said header file, and I
  48. cannot find an equivalent within ANY of the header files.  When
  49. attempting to compile the function, I get the warning that:
  50.  
  51. NLINES (not defined)
  52. NCHARS (not defined)
  53.  
  54. I presume that these are defined in <document.h>.  Could some kind soul
  55. who has the Developer's Kit tell me whether or not there is a
  56. <document.h> include file?  And if so, what values are NLINES and NCHARS
  57. supposed to be defined as having?
  58.  
  59. Thank you in advance for any help.
  60.  
  61. --
  62. Timothy A. Roeder - Northern Arizona University/Univeristy of Arizona
  63. UUCP: ...!arizona!naucse!tar
  64. Internet: arizona.edu!naucse!tar -- troeder@mis.arizona.edu
  65. Bitnet:   roedert@arizvm1.BITNET
  66.  
  67. ------------------------------
  68.  
  69. Date: 13 Mar 90 15:56:04 GMT
  70. From: van-bc!ubc-cs!alberta!ccu!charltn@ucbvax.Berkeley.EDU  (Jim Charlton)
  71. Subject: PD RCP
  72. Message-ID: <1990Mar13.155604.3490@ccu.umanitoba.ca>
  73.  
  74. I am just finishing a resource construction program (RCP) that I am
  75. planning on putting into the public domain.  Before I post it
  76. I would appreciate some alpha/beta testing to iron out any problems
  77. that I may have overlooked.  It was written with Laser C and I have
  78. tested it with GEM programs compiled with Laser C.  Anyone like to
  79. help me out by testing it?
  80.   To Richard Covert:  Can't seem to find a path to you to send e-mail.
  81. You are quite welcome to port xxed to MWC and to post the sources for
  82. those interested.  You might want to wait until I post version 1.1,
  83. which I will do (to panarthea, binaries and sources) within a week or
  84. two.  I prefer that you do not post binaries of the ported or modified
  85. code.  Any ideas, fixes or modifications should be sent to me and I
  86. can then repost.  This way we will keep multiple versions from
  87. proliferating.
  88.                       jim...
  89.  
  90. Jim Charlton             charltn@ccu.umanitoba.ca
  91. Department of Chemistry
  92. University of Manitoba
  93. Winnipeg, CANADA R3T 2N2
  94. Tel (204) 474-9267
  95.     (204) 261-7267 (home)
  96.  
  97. ------------------------------
  98.  
  99. Date: 13 Mar 90 16:05:00 GMT
  100. From:
  101.  cs.utexas.edu!news-server.csri.toronto.edu!torsqnt!tmsoft!masnet!canremote!greg
  102.  .trice@tut.cis.ohio-state.edu  (GREG TRICE)
  103. Subject: Redirection
  104. Message-ID: <90031312305021@masnet.uucp>
  105.  
  106. How can I redirect the output of a program that normally outputs to a
  107. printer to a file instead? (the EPSME.PRG print utility with Dr T's
  108. Copyist). I'm using a 1040ST.
  109. ---
  110.  * Via ProDoor 3.1R
  111.  
  112. ------------------------------
  113.  
  114. Date: 13 Mar 90 16:47:33 GMT
  115. From: shlump.nac.dec.com!engage.enet.dec.com!ynotme!wallace@decwrl.dec.com  (Ray
  116.  Wallace)
  117. Subject: Rwabs/Hard Disks
  118. Message-ID: <1594@engage.enet.dec.com>
  119.  
  120. In article <2121@onion.reading.ac.uk>, adp1@csug.cs.reading.ac.uk writes...
  121. >A)...
  122. >  I tried yesterday to write a program to read in the FAT table and the root
  123. >directory off a disk using the Rwabs(..) call in sozobon C. It seemed to do
  124.                                         ...
  125. I can upload some code that does this if you like. It is not usefull per se, it
  126. just reads the fats on a specified disk and looks for sectors marked bad in
  127. the FAT. Works on floppies and hard disks. Let me know if you want to see it.
  128.  
  129. >B)...
  130.                                         ...
  131. >with a 2 pin round pin plug on it!!). It seems to have some kind of clock in
  132. >it, but it is really strange, it seems to remember the time and date at which
  133. >it was turned off at, as long as the length of time isn't longer than about a
  134. By the sounds of it it does not have a a built in clock (or at least you are
  135. not making use of it). I have had the same thing happen with an external
  136. floppy drive connected. I think what is happening is that enough power is
  137. bleeding back through the DMA/floppy cable back into the ST. The power level
  138. is just enough to keep some memory (presumably in the IKB) from loosing the
  139. time which stored in it. This is all just a guess of course...
  140.  
  141. ---
  142. Ray Wallace
  143.                 (INTERNET,UUCP) wallace@oldtmr.enet.dec.com
  144.                 (UUCP)          ...!decwrl!oldtmr.enet!wallace
  145.                 (INTERNET)      wallace%oldtmr.enet@decwrl.dec.com
  146. ---
  147.  
  148. ------------------------------
  149.  
  150. Date: 13 Mar 90 18:42:53 GMT
  151. From: watmath!daroloson@iuvax.cs.indiana.edu  (Dani A. Roloson)
  152. Subject: The 1990 Canadian Atari Users Convention - Sun Apr 1/90
  153. Message-ID: <35179@watmath.waterloo.edu>
  154.  
  155. (from their pamphlet)
  156.  
  157. The Toronto Atari Federation presents
  158. The 1990 Canadian Atari Users Convention
  159. Sunday April 1, 1990
  160. 10 AM - 6 PM
  161. The Airport Hilton International Hotel
  162. 5875 Airport Road
  163.  
  164. Check us out
  165.  
  166. * Over 30 Atari Dealers and Developers
  167. * User groups from across North America
  168. * Hourly draws for great door prizes
  169. * ST and 8 bit Experts
  170. * Public Domain Software
  171. * Products and Software for Everyone...
  172.   from the Expert to the Novice, Musicians to Gamers
  173. * Displays of everything from Desktop Publishing to Children's
  174.   Educational products.
  175.  
  176. Seminar Schedule
  177.  
  178. Time   Room     Topic
  179.  
  180. 12:00  A&B      Meet Atari
  181.  1:00  A        STOS - game creation on the ST
  182.  1:00  B        Hyperlink - Hypertext product from JMG
  183.  1:30  A        Quick ST II - Branch Always Software
  184.  1:30  B        Stalker - ST Telecommunications
  185.  2:00  A        Pushing the Atari 8 Bit to the limit
  186.  2:00  B        The Atari Macintosh..Spectre GCR
  187.  2:30  A        NeoDesk - The ST alternative
  188.  2:30  B        Atari ST basics ... Tips and Tricks
  189.  3:00  A        Intrinsic Software - Dave Lewis
  190.  3:00  B        The XEGS vs Nintendo !!!
  191.  3:30  A        PC Emulation on the ST
  192.  4:00  A        Music and the ST
  193.  
  194. (floor plan showing only layout - no booths named except TAF and Atari)
  195.  
  196. (map of Toronto - Hotel near (Lester B.) Pearson International Airport)
  197.  
  198. If you are taking the TTC, the Malton #58 bus from Lawrence West subway
  199. station will bring you right to the Hotel.
  200.  
  201. You could win!
  202. This complete Desktop Publishing System from Atari.
  203.  
  204. Including: The Atari Mega ST2 Computer, SM124 Mono Monitor,
  205. MegaFile 30 Hard Drive, SLM804 Laser Printer.  As well as the
  206. Calamus Desktop publishing software system from ISD
  207. Marketing...Calamus Vector Font Editor and Calamus Outline.
  208. Total valued at over $5,000.00.
  209.  
  210. Plus Hundreds of dollars worth of other prizes every hour..
  211.  
  212. Be a part of the
  213. Atari Event of the Year!
  214.  
  215. All this with your Admission fee..
  216. $6.00 for Adults  $4.00 Children (under 12)
  217.  
  218. TAF Info Line (416)425-5357
  219. TAF On-Line BBS (416)235-0318
  220. Atari Corp. (416)479-1266
  221. Hilton Hotel (416)667-9900
  222.  
  223. (end of pamphlet)
  224.  
  225. Note: I am not even a member of TAF let alone on the planning committee
  226. for this convention.  So I know very little else than what is stated above.
  227. Contact TAF for details.
  228.  
  229. So what is my interest in all this?
  230.  
  231. I am on the executive of the Kitchener-Waterloo Eight Sixteen Thirty-two
  232. (KWEST) Atari user group which will have a booth at the convention and
  233. also will help organize car-pools from the K-W area.
  234.  
  235. So drop by our booth and say hi and see what we've got.
  236.  
  237. KWEST                  kwest@watserv1.waterloo.edu
  238. c/o Dani Roloson       daroloson@watmath.waterloo.edu
  239. #8 - 43 Benton St.
  240. Kitchener, Ont.
  241. N2G 3H1
  242. (519) 579-3695
  243.  
  244. ------------------------------
  245.  
  246. End of INFO-ATARI16 Digest V90 Issue #322
  247. *****************************************
  248.